home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / network / daemons / nfs / nfs-serv.2be / nfs-serv / nfs-server-2.2beta16 / acconfig.h < prev    next >
Encoding:
Text File  |  1995-06-25  |  2.0 KB  |  63 lines

  1.  
  2. /* XXX */
  3. #undef CRAY_STACKSEG_END
  4.  
  5. /* Define if your rpcgen has the -C option to generate ANSI C.  */
  6. #undef HAVE_RPCGEN_C
  7.  
  8. /* Define if your rpcgen has the -I option to generate servers
  9.    that can be started from a port monitor like inetd or the listener.  */
  10. #undef HAVE_RPCGEN_I
  11.  
  12. /* Define if your rpc/xdr.h declares the xdrproc_t type. */
  13. #undef HAVE_XDRPROC_T
  14.  
  15. /* Define if your system uses the OSF/1 method of getting the mount list.  */
  16. #undef MOUNTED_GETFSSTAT
  17.  
  18. /* Define if your system uses the SysVr4 method of getting the mount list.  */
  19. #undef MOUNTED_GETMNTENT2
  20.  
  21. /* Define if your system uses the AIX method of getting the mount list.  */
  22. #undef MOUNTED_VMOUNT
  23.  
  24. /* Define if your system uses the SysVr3 method of getting the mount list.  */
  25. #undef MOUNTED_FREAD_FSTYP
  26.  
  27. /* Define if your system uses the BSD4.3 method of getting the mount list.  */
  28. #undef MOUNTED_GETMNTENT1
  29.  
  30. /* Define if your system uses the BSD4.4 method of getting the mount list.  */
  31. #undef MOUNTED_GETMNTINFO
  32.  
  33. /* Define if your system uses the Ultrix method of getting the mount list.  */
  34. #undef MOUNTED_GETMNT
  35.  
  36. /* Define if your system uses the SysVr2 method of getting the mount list.  */
  37. #undef MOUNTED_FREAD
  38.  
  39. /* Define if your system uses the OSF/1 method of getting fs usage.  */
  40. #undef STATFS_OSF1
  41.  
  42. /* Define if your system uses the SysVr2 method of getting fs usage.  */
  43. #undef STAT_READ
  44.  
  45. /* Define if your system uses the BSD4.3 method of getting fs usage.  */
  46. #undef STAT_STATFS2_BSIZE
  47.  
  48. /* Define if your system uses the BSD4.4 method of getting fs usage.  */
  49. #undef STAT_STATFS2_FSIZE
  50.  
  51. /* Define if your system uses the Ultrix method of getting fs usage.  */
  52. #undef STAT_STATFS2_FS_DATA
  53.  
  54. /* Define if your system uses the SysVr3 method of getting fs usage.  */
  55. #undef STAT_STATFS4
  56.  
  57. /* Define if your system uses the SysVr4 method of getting fs usage.  */
  58. #undef STAT_STATVFS
  59.  
  60. /* Define if you're using libwrap.a to protect ugidd, and libwrap.a
  61.  * gives you `undefined symbol: deny_severity' when linking.        */
  62. #undef HAVE_LIBWRAP_BUG
  63.